/*  BASE - base, mixin, normalize, variable */
/* background color */
/* mixin */
/* padding */
/* add border  */
/* color */
/* font */
/*  bg images*/
body {
  background-color: #fff;
  font-size: 15px;
  font-family: 'Roboto Slab', serif;
  counter-reset: li; }

.padding0 {
  padding: 0px; }

.mtop20 {
  margin-top: 20px; }

.mtop100 {
  margin-top: 100px; }

.mbottom20 {
  margin-bottom: 20px; }

.mbottom10 {
  margin-bottom: 10px; }

.title1 {
  color: #1a1a1a;
  margin-bottom: 3%; }
  @media screen and (max-width: 991px) {
    .title1 {
      margin-bottom: 0px; } }
  .title1 h2 {
    font-size: 36px;
    color: #003059; }
    @media screen and (max-width: 991px) {
      .title1 h2 {
        font-size: 24px;
        text-align: left; } }

.readmore {
  background-color: #003059;
  color: #fff;
  padding: 8px 20px;
  margin-top: 12px; }
  .readmore:hover {
    color: #fff;
    text-decoration: none; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }
/*
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/loader.gif) center no-repeat #fff; }

/* mixin */
/* padding */
/* add border  */
/* background color */
/* mixin */
/* padding */
/* add border  */
/* color */
/* font */
/*  bg images*/
/*   layout  */
/* background color */
/* mixin */
/* padding */
/* add border  */
/* color */
/* font */
/*  bg images*/
/* mixin */
/* padding */
/* add border  */
.footer {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/footerbg.jpg);
  padding: 3%; }
  .footer .footer-title h4 {
    color: #f28633;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f28633;
    padding-bottom: 10px;
    display: inline-block; }
  .footer .footer-list {
    padding-left: 0px;
    margin-left: 1.5em; }
    .footer .footer-list li {
      list-style: none;
      float: left;
      width: 50%;
      margin-bottom: 2%; }
      .footer .footer-list li a {
        color: white; }
        .footer .footer-list li a:hover {
          text-decoration: none; }
  .footer address {
    color: #fff;
    font-weight: 600;
    line-height: 1.5; }

.copyright {
  background-color: #000;
  padding: 1%;
  color: #999999; }
  .copyright p {
    margin: 10px 0px 10px 0px; }


/* background color */
/* mixin */
/* padding */
/* add border  */
/* color */
/* font */
/*  bg images*/
/* mixin */
/* padding */
/* add border  */
#header-top {
  border-top: 0px; }

.header-top {
  border-top: 6px solid #ffca2b; }
  @media screen and (max-width: 952px) {
    .header-top {
      border: none; } }
  .header-top .right {
    background-color: #ffca2b;
    padding: 0px; }
  .header-top .social {
    position: relative;
    margin-top: -3px;
    margin-bottom: 0;
    padding-bottom: 6px; }
    .header-top .social li {
      margin-top: 3px; }
    @media screen and (max-width: 952px) {
      .header-top .social {
        margin-top: 0px; } }
    .header-top .social:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-bottom: 51px solid #fff;
      border-right: 66px solid transparent;
      left: 5px;
      top: 3px; }
      @media screen and (max-width: 952px) {
        .header-top .social:before {
          display: none; } }
    .header-top .social li i {
      background-color: #0f65ab;
      color: #fff;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-size: 15px;
      padding: 7px;
      -webkit-transition: ease-in-out all 0.5s;
      -moz-transition: ease-in-out all 0.5s;
      -o-transition: ease-in-out all 0.5s;
      transition: ease-in-out all 0.5s; }
    .header-top .social li:hover i {
      background-color: #fff;
      color: #c7484c;
      -webkit-transition: ease-in-out all 0.5s;
      -moz-transition: ease-in-out all 0.5s;
      -o-transition: ease-in-out all 0.5s;
      transition: ease-in-out all 0.5s; }

.logo {
  padding-top: 3%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .logo img {
      width: 100px; } }

.text {
  font-family: "Merriweather", serif;
  font-family: "Sorts Mill Goudy", serif;
  color: #0f65ab;
  margin-top: -1%; }
  @media screen and (max-width: 767px) {
    .text {
      margin-top: 0px; } }
  .text h5, .text h3, .text h1 {
    display: inline-block;
    font-weight: 600; }
  .text h5 {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 1%; }
    @media screen and (max-width: 480px) {
      .text h5 {
        font-size: 14px; } }
  .text h3 {
    font-size: 20px; }
    @media screen and (max-width: 480px) {
      .text h3 {
        font-size: 14px; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .text h3 {
        font-size: 20px; } }
  .text h1 {
    font-size: 28px;
    margin-top: 0px; }
    @media screen and (max-width: 480px) {
      .text h1 {
        font-size: 14px;
        line-height: 1.5; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .text h1 {
        font-size: 20px; } }

#navbar-inverse {
  background-color: #0f65ab; }

.navbar-inverse {
  background-color: #003059;
  border: none;
  border-radius: 0px;
  margin-top: 1%;
  margin-bottom: 0px; }

.navbar-brand, .navbar {
  height: auto;
  min-height: auto; }

.navbar-collapse {
  padding-left: 0px; }

#nav1 li a {
  font-size: 14px;
  padding: 10px 15px; }

#nav li a {
  color: #fff;
  font-size: 16px;
  padding: 10px 26px;
  border-bottom: 2px solid #ffca2b; }
  #nav li a:hover {
    background: #f28633;
    border-bottom: 2px solid #ffca2b; }
#nav li li a {
  border: none; }
  #nav li li a:hover {
    border: none; }
#nav li.active > a {
  background: #f28633;
  /* &:before{
    content:"\f013";
    font-family:$font-family1;
    color:$color2;
    @include add-padding(11%,'right');
  } */
  border-bottom: 2px solid #ffca2b; }
#nav .mega-dropdown {
  position: static !important; }
#nav .dropdown-menu {
  background-color: #003059;
  border-color: #ffca2b;
  border-top: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px; }
  #nav .dropdown-menu li
  a {
    color: #fff;
    padding: 8px 14px;
    font-size: 15px;
    display: block;
    /*@media screen and (max-width:767px)
    {
     color:$light-color;
    }*/ }
#nav .mega-dropdown-menu {
  padding: 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
  border: none; }
  #nav .mega-dropdown-menu .menu-color {
    background-color: #003059;
    padding: 20px 0px;
    border: 1px solid #ffca2b; }
    #nav .mega-dropdown-menu .menu-color ul {
      padding-left: 0px;
      list-style-type: none; }
  #nav .mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0; }
    #nav .mega-dropdown-menu > li > ul > li {
      list-style: none; }
      #nav .mega-dropdown-menu > li > ul > li > a {
        display: block;
        color: #1a1a1a !important;
        padding: 3px 5px; }
  #nav .mega-dropdown-menu > li ul > li > a:hover {
    text-decoration: none; }
  #nav .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none; }
  #nav .mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #fff;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
    border-bottom: 1px solid #fff;
    padding-left: 16px;
    margin-bottom: 10px; }
#nav .carousel-control {
  width: 30px;
  height: 30px;
  top: -35px; }
  #nav .carousel-control .glyphicon-chevron-left {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd; }
  #nav .carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd; }
#nav .left.carousel-control {
  right: 30px;
  left: inherit; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background: #f28633 !important; }

.menu-color {
  background-color: #003059; }

/*robocon css menu */
#text {
  margin-top: 2%; }

.social li {
  margin-top: 1%; }

#robocon-navbar-inverse {
  background-color: #0e63a9;
  margin-top: 2.5%; }
  #robocon-navbar-inverse #roboconmenu li.active a {
    background: #f28633; }
    #robocon-navbar-inverse #roboconmenu li.active a i {
      background-color: #f28633; }
  #robocon-navbar-inverse #roboconmenu .last {
    border-right: 1px rgba(245, 133, 52, 0.39) solid; }
  #robocon-navbar-inverse #roboconmenu li {
    positon: relative; }
    #robocon-navbar-inverse #roboconmenu li a {
      color: #fff;
      border-left: 1px rgba(245, 133, 52, 0.39) solid;
      text-align: center;
      font-size: 14px;
      padding: 14px 16px; }
      #robocon-navbar-inverse #roboconmenu li a span {
        display: block;
        width: 100%;
        position: absolute;
        top: -51%;
        left: 0; }
        #robocon-navbar-inverse #roboconmenu li a span i {
          border: 2px #fff solid;
          border-radius: 50%;
          background-color: #0e63a9;
          color: #fff;
          font-size: 19px;
          padding: 8px 0px;
          text-align: center;
          width: 37px;
          height: 37px; }

/*  module  */
/* background color */
/* mixin */
/* padding */
/* add border  */
/* color */
/* font */
/*  bg images*/
/* mixin */
/* padding */
/* add border  */
/* background color */
/* mixin */
/* padding */
/* add border  */
/* color */
/* font */
/*  bg images*/
body {
  background-color: #fff;
  font-size: 15px;
  font-family: 'Roboto Slab', serif;
  counter-reset: li; }

.padding0 {
  padding: 0px; }

.mtop20 {
  margin-top: 20px; }

.mtop100 {
  margin-top: 100px; }

.mbottom20 {
  margin-bottom: 20px; }

.mbottom10 {
  margin-bottom: 10px; }

.title-heading{
     color: #1a1a1a;
  margin-bottom: 1%;
}
.title1 {
  color: #1a1a1a;
  margin-bottom: 3%; }
  @media screen and (max-width: 991px) {
    .title1 {
      margin-bottom: 0px; } 
    .title-heading{
        margin-bottom: 0px;
    }
  }
  .title-heading h2{
    font-size: 36px;
    color: #003059;
    }
  .title1 h2 {
    font-size: 36px;
    color: #003059; }
    @media screen and (max-width: 991px) {
      .title1 h2 {
        font-size: 24px;
        text-align: left; }
        .title-heading h2{
     font-size: 26px;
    text-align: left;
    }
        
    }

.readmore {
  background-color: #003059;
  color: #fff;
  padding: 8px 20px;
  margin-top: 12px; }
  .readmore:hover {
    color: #fff;
    text-decoration: none; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }
/*
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/loader.gif) center no-repeat #fff; }

/*  column  */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
/* slider */
#sg-carousel {
  position: relative; }
  #sg-carousel .carousel-control.left {
    top: 48%;
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s; }
    @media screen and (max-width: 767px) {
      #sg-carousel .carousel-control.left {
        top: 20%; } }
  #sg-carousel .carousel-control.right {
    top: 48%;
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s; }
    @media screen and (max-width: 767px) {
      #sg-carousel .carousel-control.right {
        top: 20%; } }
  #sg-carousel:hover .carousel-control.left {
    left: 38px;
    transition: all .2s ease 0;
    opacity: 1; }
  #sg-carousel:hover .carousel-control.right {
    right: 38px;
    transition: all .2s ease 0;
    opacity: 1; }
  #sg-carousel h1 {
    animation-delay: 1s;
    margin-bottom: 25px;
    background: rgba(242, 134, 51, 0.8);
    display: inline-block;
    padding: 6px 26px;
    text-shadow: none;
    font-size: 48px; }
  #sg-carousel p {
    animation-delay: 2s;
    color: #fff; }
  #sg-carousel button {
    animation-delay: 3s;
    margin-top: 25px; }

.carousel-caption {
  top: 40%;
  width: 100%;
  left: auto;
  padding-bottom: 5%;
  right: 0; }
  @media screen and (max-width: 767px) {
    .carousel-caption {
      top: 20%;
      left: 5%; } }
  .carousel-caption h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-family: raavi;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2; }
    @media screen and (max-width: 500px) {
      .carousel-caption h1 {
        font-size: 24px; } }
    @media screen and (min-width: 501px) and (max-width: 990px) {
      .carousel-caption h1 {
        font-size: 36px; } }
  .carousel-caption > p {
    font-size: 20px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .carousel-caption > p {
        font-size: 14px; } }
    @media screen and (min-width: 501px) and (max-width: 990px) {
      .carousel-caption > p {
        font-size: 24px; } }
  .carousel-caption > a {
    text-transform: uppercase;
    color: #fff;
    background: #041132;
    padding: 6px 12px; }

.uppr-txt {
  text-transform: uppercase;
  color: #fff;
  font-size: 35px; }

.carousel-control {
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  top: 0;
  width: auto;
  transition: all 0.8s ease 0s; }

.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }
.carousel-inner > .item > img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.fa-angle-right {
  font-size: 80px; }

.fa-angle-left {
  font-size: 80px; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

.thumbnail a > img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }
.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%; }

/*.item.active {
	img {
		transition: transform 5000ms linear 0s;
		transform: scale(1.05, 1.05);
	}
}
*/
.carousel-indicators li {
  background-color: #b3b5b9;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  width: 12px;
  border: 0; }
.carousel-indicators .active {
  background-color: #041132;
  height: 12px;
  margin: 0;
  width: 12px;
  border: 0; }
@media screen and (max-width: 480px) {
  .carousel-indicators {
    display: none; } }

@media all and (transform-3d) {
  .carousel-fade .carousel-inner > .item.next {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.prev {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.prev.right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@media (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.prev {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.prev.right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.news-section {
  background-color: #ffca2b; }
  .news-section .news {
    color: #003059;
    font-size: 21px;
    padding: 6px 21px;
    position: relative;
    line-height: 1.2; }
    .news-section .news:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      z-index: 1;
      border-top: 14px solid transparent;
      border-left: 16px solid #ffca2b;
      border-bottom: 14px solid transparent;
      left: 96%;
      top: 37%; }
      @media screen and (max-width: 767px) {
        .news-section .news:after {
          display: none; } }
  .news-section .newslist {
    background-color: #003059;
    padding: 6px 21px; }
    .news-section .newslist .list-inline li {
      color: #fff;
      font-size: 17px;
      font-weight: 600;
      padding-top: 1.45%; }

.aboutus {
  padding: 50px 0px 100px; }
  @media screen and (max-width: 991px) {
    .aboutus {
      padding: 0px; } }
  .aboutus .img, .aboutus .img-img {
    overflow: hidden;
    border: 1px solid lightgray;
    padding: 2px; }
    .aboutus .img img, .aboutus .img-img img {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -mos-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition: ease-in-out 0.5s all;
      -moz-transition: ease-in-out 0.5s all;
      -o-transition: ease-in-out 0.5s all;
      transition: ease-in-out 0.5s all; }
    .aboutus .img:hover img, .aboutus .img-img:hover img {
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -mos-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      -webkit-transition: ease-in-out 0.5s all;
      -moz-transition: ease-in-out 0.5s all;
      -o-transition: ease-in-out 0.5s all;
      transition: ease-in-out 0.5s all; }

#campus2 {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.28)), url(../img/bg1.png) !important; }

.mtop40 {
  margin-top: 40px; }

#campus2 {
  min-height: 500px; }
  #campus2 h4 {
    text-align: center;
    font-size: 30px; }
    #campus2 h4 span {
      border-bottom: 3px solid #f28633;
      color: #0b497b; }
  #campus2 .carousel-indicators {
    bottom: -50px;
    left: 0;
    width: 100%;
    padding: 6px 0px;
    margin-left: 0; }
    #campus2 .carousel-indicators li {
      width: 12px;
      height: 12px;
      background: #fff;
      border-color: #fff; }
    #campus2 .carousel-indicators .active {
      width: 14px;
      height: 14px;
      background: #114e7e;
      border-color: #114e7e; }
  #campus2 .carousel-inner .thumbnail {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  #campus2 .carousel-inner .caption {
    background: #ddd;
    padding: 10px; }

#myCarousel, #myCarousel1 {
  margin-top: 20px;
  /*box-shadow: 0px 0px 6px 2px rgb(255, 202, 43);*/
  transition: all 1s ease-in-out; }

#myCarousel:hover, #myCarousel1:hover {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
  /*box-shadow: 0px 0px 6px 2px rgb(14, 99, 169);*/ }

.span3 {
  /*margin-bottom: 1em;*/
  /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);*/ }
  .span3:hover {
    box-shadow: 1px 4px 7px #ffca2b; }

.img {
  overflow: hidden;
  position: relative; }

.wp-post-image {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

.img .img-hover {
  background-color: #FFFFFF;
  display: block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s; }

.span3:hover .img .img-hover {
  opacity: 0.2;
  display: block; }

.hp-news .span3:hover .img .img-hover {
  opacity: 0.3;
  display: block; }

.caption {
  padding: 24px;
  text-align: center;
  background: white;
  border-top: 6px solid #0e63a9;
  min-height: 130px; }
  .caption h5 {
    font-size: 23px !important; }
  .caption .posted_on {
    font-size: 11px;
    color: #777;
    text-decoration: none; }

.span3:hover .img .img-hover i {
  top: 50%;
  left: 50%; }

.img .img-hover i {
  top: 50%;
  left: -10px;
  position: absolute;
  font-size: 48px;
  margin-left: -24px;
  margin-top: -24px;
  color: #333;
  transition: all 0.2s ease-in-out 0s; }

/*Achievement*/
.service {
  /*margin: -80px 0 100px 0;*/
  text-align: center;
  background: #f3eeee;
  padding: 20px;
  border-top: 5px solid #ffca2b;
  -webkit-box-shadow: 0px 56px 36px -60px #121D12;
  -moz-box-shadow: 0px 56px 36px -60px #121D12;
  -o-box-shadow: 0px 56px 36px -60px #121D12; }
  .service h3 {
    color: #363638;
    font-size: 25px;
    text-transform: uppercase; }
  .service p {
    color: #7b6969; }
  .service img {
    display: inline-block;
    margin-bottom: 10px; }

.btn-2 {
  background: #114e7e;
  border: 2px solid transparent;
  margin: 20px 0 4px 0; }
  .btn-2:hover {
    color: #333;
    border: 2px solid #114e7e;
    background: transparent; }

.caption h5 a {
  color: #0b497b !important; }

.title-1 h3 {
  color: #114e7e !important;
  border-bottom: 2px solid #114e7e !important; }

#campus1 {
  color: #fff; }
  #campus1 .title h3 {
    color: #ffca2b; }
  #campus1 .ticker blockquote {
    color: #000 !important;
    font-style: italic; }

#campus, #campus1 {
  background: linear-gradient(rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.83)), url(../img/about.jpg);
  padding: 3% 2% 0%;
  background-attachment: fixed; }
  #campus .container, #campus1 .container {
    overflow: visible; }
  @media screen and (max-width: 991px) {
    #campus, #campus1 {
      margin-top: 10px; } }
  #campus .card, #campus1 .card {
    background-color: #fff;
    padding: 8% 8% 0% 8%;
    min-height: 110px; }
    #campus .card .icofont, #campus1 .card .icofont {
      font-size: 48px; }
    #campus .card h3, #campus1 .card h3 {
      margin-bottom: 0px;
      margin-top: 8px;
      font-size: 34px; }
  #campus .color1, #campus1 .color1 {
    border-right: 3px solid #09af50;
    border-left: 3px solid #09af50; }
    #campus .color1 i, #campus1 .color1 i {
      color: #09af50; }
    #campus .color1 span, #campus1 .color1 span {
      color: #09af50; }
  #campus .color2, #campus1 .color2 {
    border-right: 3px solid #fd2a03;
    border-left: 3px solid #fd2a03; }
    #campus .color2 i, #campus1 .color2 i {
      color: #fd2a03; }
    #campus .color2 span, #campus1 .color2 span {
      color: #fd2a03; }
  #campus .color3, #campus1 .color3 {
    border-right: 3px solid #079d92;
    border-left: 3px solid #079d92; }
    #campus .color3 i, #campus1 .color3 i {
      color: #079d92; }
    #campus .color3 span, #campus1 .color3 span {
      color: #079d92; }
  #campus .color4, #campus1 .color4 {
    border-right: 3px solid #008be7;
    border-left: 3px solid #008be7; }
    #campus .color4 i, #campus1 .color4 i {
      color: #008be7; }
    #campus .color4 span, #campus1 .color4 span {
      color: #008be7; }
  #campus .color5, #campus1 .color5 {
    border-right: 3px solid #e1a500;
    border-left: 3px solid #e1a500; }
    #campus .color5 i, #campus1 .color5 i {
      color: #e1a500; }
    #campus .color5 span, #campus1 .color5 span {
      color: #e1a500; }
  #campus .color6, #campus1 .color6 {
    border-right: 3px solid #9000ae;
    border-left: 3px solid #9000ae; }
    #campus .color6 i, #campus1 .color6 i {
      color: #9000ae; }
    #campus .color6 span, #campus1 .color6 span {
      color: #9000ae; }
  #campus .newsscroll, #campus1 .newsscroll {
    background-color: #fff; }
    #campus .newsscroll h3, #campus1 .newsscroll h3 {
      background-color: #f28633;
      color: #fff;
      padding: 14px 18px;
      font-size: 35px;
      /*margin-top: -29%;*/
      font-family: "Lato", sans-serif; }
      @media screen and (max-width: 991px) {
        #campus .newsscroll h3, #campus1 .newsscroll h3 {
          margin-top: 20px; } }
    #campus .newsscroll .latestnews, #campus1 .newsscroll .latestnews {
      padding-left: 13px; }
      #campus .newsscroll .latestnews .news-item, #campus1 .newsscroll .latestnews .news-item {
        list-style: none;
        padding-right: 2%; }
        #campus .newsscroll .latestnews .news-item .media, #campus1 .newsscroll .latestnews .news-item .media {
          border-bottom: 1px #ccc dashed;
          padding-bottom: 5%;
          margin-bottom: 5%; }
        #campus .newsscroll .latestnews .news-item img, #campus1 .newsscroll .latestnews .news-item img {
          width: 50%;
          border: 1px solid #003059;
          padding: 2px; }
        #campus .newsscroll .latestnews .news-item span, #campus1 .newsscroll .latestnews .news-item span {
          color: rgba(0, 48, 89, 0.8);
          font-size: 18px;
          padding-top: 2%; }
    #campus .newsscroll .seeall, #campus1 .newsscroll .seeall {
      padding: 10px 34px;
      border-top: 1px #ccc dashed;
      border-bottom: 8px #f28633 solid; }
      #campus .newsscroll .seeall p, #campus1 .newsscroll .seeall p {
        padding: 7px; }

#testimonial-slider {
  min-height: 400px; }
  @media screen and (max-width: 600px) {
    #testimonial-slider {
      margin-top: 20px; } }
  #testimonial-slider .testimonial {
    border: 1px solid #c9ced3;
    border-top: 3px solid #c9ced3;
    padding: 70px 25px 100px;
    margin-bottom: 30px;
    position: relative;
    width: 95%;
    min-height: 330px; }
    #testimonial-slider .testimonial:hover {
      border-color: #f28633;
      background-color: #fff; }
    #testimonial-slider .testimonial:after {
      content: "\f10d";
      font-family: fontawesome;
      font-size: 30px;
      color: #f28633;
      position: absolute;
      top: 20px;
      left: 25px; }
    #testimonial-slider .testimonial .description {
      font-size: 14px;
      color: #666;
      line-height: 26px; }
    #testimonial-slider .testimonial .pic {
      width: 100px;
      height: 100px;
      position: absolute;
      bottom: -30px;
      left: 25px; }
      #testimonial-slider .testimonial .pic img {
        width: 100%;
        height: auto;
        padding: 2px;
        border: 1px solid lightgray; }
    #testimonial-slider .testimonial .testimonial-title {
      font-size: 18px;
      color: #003059;
      position: absolute;
      bottom: 20px;
      left: 150px; }
      @media screen and (max-width: 600px) {
        #testimonial-slider .testimonial .testimonial-title {
          position: relative;
          left: 0px; } }
      #testimonial-slider .testimonial .testimonial-title small {
        display: block;
        font-size: 12px;
        color: #666;
        margin-top: 7px;
        color: #f28633; }

.owl-theme .owl-controls .owl-page.active span {
  background: #f28633; }

#nav-pills li a {
  border-top: 3px solid #f28633;
  border-left: 1px solid rgba(242, 134, 51, 0.17);
  border-right: 1px solid rgba(242, 134, 51, 0.17);
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.46);
  font-size: 18px; }
  @media screen and (max-width: 600px) {
    #nav-pills li a {
      font-size: 14px; } }
#nav-pills li.active a {
  background-color: #fff;
  color: #003059; }

#tab-content {
  border: 1px solid rgba(26, 26, 26, 0.17);
  padding: 2% 3% 3% 3%; }

.circle-list, .circle-list1 {
  min-height: 360px !important;
  list-style: none; }
  .circle-list li, .circle-list1 li {
    padding: 14px 0px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 14px; }
    .circle-list li h2, .circle-list1 li h2 {
      position: relative;
      margin: 0;
      font-size: 19px;
      font-weight: 600; }
      .circle-list li h2::before, .circle-list1 li h2::before {
        /*counter-increment: li;
        content: counter(li);*/
        content: '\f138';
        font-family: "FontAwesome";
        position: absolute;
        z-index: 10;
        left: -2em;
        /*top: -12.8em;*/
        background: #f5f5f5;
        /*height: 2em;
        width: 2em;*/
        border: 0.1em solid rgba(0, 0, 0, 0.05);
        text-align: center;
        color: #003059;
        border-radius: 1.5em;
        transition: all .2s ease-out; }
      .circle-list li h2 a, .circle-list1 li h2 a {
        position: relative;
        z-index: 11;
        color: #003059; }
    .circle-list li p, .circle-list1 li p {
      margin: 0;
      font-size: 14px; }
    .circle-list li:hover h2:before, .circle-list1 li:hover h2:before {
      /*background-color: $color2;*/
      border-color: rgba(0, 48, 89, 0.08);
      border-width: .1em;
      transform: scale(1.2); }
    .circle-list li:last-of-type, .circle-list1 li:last-of-type {
      border-bottom: none; }

.before, #gallery .gallery-section:before, #gallery .gallery-section .gallery-hover {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 202, 43, 0.7);
  z-index: 99; }

#gallery {
  background: url("../img/pattern.png");
  background-repeat: repeat; }
  #gallery .gallery-section:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -mos-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in-out all 0.5s;
    -moz-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    transition: ease-in-out all 0.5s;
    opacity: 0; }
  #gallery .gallery-section .gallery-hover {
    background: none;
    padding-top: 43%;
    overflow: hidden; }
    #gallery .gallery-section .gallery-hover .fa {
      font-size: 30px;
      border: 2px solid #0083f2;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      color: #003059;
      padding: 8px;
      -webkit-transform: translate(0px, -180px);
      -moz-transform: translate(0px, -180px);
      -mos-transform: translate(0px, -180px);
      -o-transform: translate(0px, -180px);
      transform: translate(0px, -180px);
      -webkit-transition: ease-in-out all 0.5s;
      -moz-transition: ease-in-out all 0.5s;
      -o-transition: ease-in-out all 0.5s;
      transition: ease-in-out all 0.5s; }
    #gallery .gallery-section .gallery-hover .galleryovertext {
      color: #000 !important;
      -webkit-transform: translate(-534px, 0px);
      -moz-transform: translate(-534px, 0px);
      -mos-transform: translate(-534px, 0px);
      -o-transform: translate(-534px, 0px);
      transform: translate(-534px, 0px);
      -webkit-transition: ease-in-out all 0.5s;
      -moz-transition: ease-in-out all 0.5s;
      -o-transition: ease-in-out all 0.5s;
      transition: ease-in-out all 0.5s; }
      #gallery .gallery-section .gallery-hover .galleryovertext a {
        color: #000;
        font-size: 20px; }
        #gallery .gallery-section .gallery-hover .galleryovertext a:hover, #gallery .gallery-section .gallery-hover .galleryovertext a:active, #gallery .gallery-section .gallery-hover .galleryovertext a:focus {
          text-decoration: none;
          color: #003059; }
  #gallery .gallery-section:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -mos-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease-in-out all 0.3s;
    -moz-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s; }
  #gallery .gallery-section:hover .fa {
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -mos-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    -webkit-transition: ease-in-out all 0.5s;
    -moz-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    transition: ease-in-out all 0.5s;
    transition-delay: 0.1s; }
  #gallery .gallery-section:hover .galleryovertext {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -mos-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  #gallery .title2 {
    color: #000; }
    #gallery .title2 h2 {
      font-size: 31px;
      padding-top: 2%;
      padding-bottom: 2%;
      position: relative; }
      @media screen and (max-width: 767px) {
        #gallery .title2 h2 {
          margin-top: 0px; } }
      #gallery .title2 h2:before {
        content: "";
        position: absolute;
        width: 35px;
        height: 2px;
        background-color: #000;
        top: 80%;
        left: 47%; }
      #gallery .title2 h2:after {
        content: "";
        position: absolute;
        width: 60px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.6);
        top: 80%;
        left: 50%; }

.newsection {
  background: url(../img/upcomingrobocon.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: -50 120px;
  position: relative; }
  .newsection .newssection-sub {
    background: #fff;
    padding: 5% 6.5% 4% 2%; }
  .newsection .block {
    background-color: transparent;
    width: 32%;
    position: absolute;
    height: 89%;
    top: 10%; }

.bordersection {
  border: 1px solid #f28633;
  background: rgba(245, 245, 245, 0.3); }
  .bordersection .bordersectiontitle {
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: -1px; }
    .bordersection .bordersectiontitle h4 {
      display: inline-block;
      background: #f28633;
      padding: 10px 28px;
      color: #fff; }

/* mixin */
/* padding */
/* add border  */
/* background color */
/* mixin */
/* padding */
/* add border  */
/* color */
/* font */
/*  bg images*/
header .container, .navbar .container {
  overflow: visible; }

.container, .social {
  /*overflow:hidden;*/ }

.nopadding0 {
  padding: 0px; }

.overlaybanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background: rgba(0, 0, 0, 0.4); }

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

.internalbanner {
  padding-top: 4%;
  padding-bottom: 3%; }
  .internalbanner.about {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/internalbanner.jpg);
    background-size: cover; }
  .internalbanner.aboutrobocon {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/robocon/internalbanner.jpg);
    background-size: cover; }
  .internalbanner article {
    padding: 8px 0px; }
    .internalbanner article h3 {
      font-size: 42px;
      color: #003059;
      margin-top: 10px;
      display: inline-block;
      background: rgba(255, 255, 255, 0.7);
      border-left: 5px solid #ffca2b;
      border-right: 5px solid #ffca2b;
      padding: 10px 30px; }
      @media screen and (max-width: 767px) {
        .internalbanner article h3 {
          font-size: 24px; } }
    .internalbanner article .breadcrumb {
      background: none;
      margin-top: 10px;
      margin-bottom: 0; }
      .internalbanner article .breadcrumb a {
        color: #ffca2b;
        font-size: 16px; }
      .internalbanner article .breadcrumb .active {
        color: #fff; }

.ulstyle-1 {
  margin-left: 1.7em; }
  .ulstyle-1 li {
    color: #404040;
    margin-bottom: 10px; }
    .ulstyle-1 li i {
      color: #003059;
      font-size: 8px;
      left: -22px;
      top: 6px; }

/*.quicklinks {*/
/*  margin-top: 30px; }*/
  .aside-title-1 {
    background: #003059 !important;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 8px 15px; }

  .aside-title-2 {
    background: #f28633 !important;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 8px 15px; }
  .quicklinks li {
    margin-bottom: 4px;
    background: #e6e6e6;
    width: 100%; }
    .quicklinks li:hover {
      background: #f28633; }
    .quicklinks li a {
      padding: 8px 15px;
      color: #000;
      width: 100%;
      display: inline-block;
      color: #000; }
      .quicklinks li a i {
        color: #003059;
        font-size: 8px;
        margin-right: 8px;
        top: -3px;
        position: relative; }
      .quicklinks li a:hover, .quicklinks li a:focus {
        text-decoration: none;
        color: #fff;
        background-color: #f28633; }
        .quicklinks li a:hover i, .quicklinks li a:focus i {
          color: #fff; }
    .quicklinks li.active a {
      background-color: #f28633;
      color: #fff; }
      .quicklinks li.active a i {
        color: #fff; }

.asidenews {
  margin-bottom: 30px;
  display: none; }
  .asidenews .media {
    margin-top: 20px; }
    .asidenews .media:hover .media-object {
      border: 1px solid gray; }
    .media-object {
      border: 1px solid lightgray; }

/* .asidenews
{
	span
	{
		i{
		margin-bottom:20px;
		float:left;
		margin-right:10px;
		font-size:10px;
		position:relative;
		top:5px;
		}
	}
a{color:$color1;
	&:hover,&:focus
	{
		text-decoration:none;
		color:$color3;
	}
}
li{
	border-bottom:1px dashed gray;padding:20px 0px;
	&:last-of-type
	{
		border-bottom:none;
	}
}
}
 .title-1
 {
 	h3
 	{
 		position:relative;
 		color:$color1;
 		display:inline-block;
 		border-bottom:1px solid $color3;
 	}
 } */
.bodybg {
  background-image: url(../img/bottombg.jpg);
  background-repeat: no-repeat;
  background-position: 35% 106%; }

.paddingbotton50 {
  padding-bottom: 50px; }

.panel-default .panel-heading {
  cursor: pointer; }

.member {
  background-color: rgba(15, 101, 171, 0.09);
  padding: 4%;
  min-height: 160px;
  margin-bottom: 30px;
  padding-top: 16px; }
  .member i {
    margin-bottom: 10px; }
  .member p {
    color: #003059;
    font-weight: 600; }
  .member small {
    color: #c7484c;
    font-weight: 600; }

.family {
  background-color: rgba(255, 202, 43, 0.6);
  padding: 1% 2%;
  margin-bottom: 26px;
  min-height: 430px; }
  .family .family-title {
    margin-left: 8px;
    line-height: 2; }
  .family .ribbon {
    width: 50%;
    height: 50px;
    background: #003059;
    left: -4%;
    top: -11px;
    padding: 3% 2% 2% 6%;
    color: #fff;
    position: relative; }
    .family .ribbon:before {
      content: "";
      position: absolute;
      height: 0;
      width: 0;
      border-bottom: 8px solid rgba(0, 48, 89, 0.6);
      border-left: 8px solid transparent;
      top: -8px;
      left: 0px; }
    .family .ribbon:after {
      content: "";
      position: absolute;
      height: 0;
      width: 0;
      border-top: 25px solid transparent;
      border-bottom: 25px solid transparent;
      border-left: 15px solid #003059;
      right: -15px;
      top: 0px; }

/* hover effect */
/* Common style */
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center; }
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 300px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer; }
    .grid figure img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      opacity: 0.8; }
    .grid figure figcaption {
      padding: 2em;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.25em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .grid figure figcaption::before {
        pointer-events: none; }
      .grid figure figcaption::after {
        pointer-events: none; }
      .grid figure figcaption > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
        opacity: 0; }
    .grid figure h2 {
      word-spacing: 0.1em;
      font-weight: 300;
      margin: 0; }
      .grid figure h2 span {
        font-weight: 800; }
    .grid figure p {
      margin: 0;
      letter-spacing: 1px;
      font-size: 68.5%; }

figure.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%); }
  figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s; }
  figure.effect-oscar figcaption {
    padding: 1.2em;
    background-color: rgba(58, 52, 42, 0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s; }
    figure.effect-oscar figcaption::before {
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 30px;
      left: 30px;
      border: 1px solid #fff;
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale(0);
      transform: scale(0); }
  figure.effect-oscar h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    font-size: 22px;
    line-height: 1.5; }
    figure.effect-oscar h2 span {
      font-size: 18px;
      letter-spacing: 1px; }
    @media screen and (max-width: 650px) {
      figure.effect-oscar h2 {
        margin: -6% 0 10px 0; } }
  figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0); }
  figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0); }
    figure.effect-oscar:hover figcaption::before {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  figure.effect-oscar:hover img {
    opacity: 0.4; }

#tab-content1 {
  padding: 2% 2%;
  border-left: 1px solid rgba(0, 0, 0, 0.11);
  border-right: 1px solid rgba(0, 0, 0, 0.11);
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  border-top: 4px solid #f28633;
  background-color: rgba(242, 134, 51, 0.06); }

#nav1 li a {
  background-color: #0f65ab;
  color: #fff; }
#nav1 li.active > a {
  background-color: #f28633;
  color: #fff; }

blockquote {
  /*background: #eee;*/
  background: url("../img/p3.jpg");
  border-right: 5px solid #ffca2b;
  border-left: 5px solid #ffca2b;
  font-size: 17px;
  padding: 16px; }
  blockquote i {
    color: #000; }

.career h4 {
  color: #c7484c;
  font-weight: 600; }
.career .well {
  background-color: #003059;
  color: #fff; }
  .career .well a {
    color: #fff;
    text-decoration: none; }

.btn {
  background-color: #003059;
  color: #fff;
  border: none;
  font-size: 20px;
  border-radius: 0px;
  padding: 2% 7%; }
  .btn:hover {
    color: #003059; }

address {
  color: #282829; }

.form-control {
  border: 1px #3d3d3e solid;
  border-radius: 0px; }

textarea {
  min-height: 120px; }

.box1, .box2, .box3 {
  background-color: #003059;
  color: #fff;
  padding: 5% 2%;
  line-height: 1;
  min-height: 173px;
  font-size: 14px; }
  .box1 strong, .box2 strong, .box3 strong {
    display: inline-block;
    margin-bottom: 2%; }

.box2 {
  background-color: rgba(0, 48, 89, 0.89); }

.box3 {
  background-color: rgba(0, 48, 89, 0.79); }

.rounded-list a {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  /**padding: .4em;*/
  margin: .9em 0;
  background: rgba(255, 202, 43, 0.34);
  color: #003059;
  text-decoration: none;
  border-radius: .3em;
  transition: all .3s ease-out; }
  .rounded-list a:hover {
    background: #eee; }
    .rounded-list a:hover:before {
      transform: rotate(360deg); }
  .rounded-list a:before {
    content: "\f1c1";
    font-family: "FontAwesome";
    position: absolute;
    left: -1.3em;
    top: 50%;
    color: #fff;
    margin-top: -1.3em;
    background: #0f65ab;
    height: 2.8em;
    width: 2.8em;
    line-height: 2.3em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out; }

#carousel-text p {
  color: #000;
  font-style: italic; }
#carousel-text .carousel-inner {
  min-height: 76px; }

#breadcrumb {
  background-color: #dedede;
  border-radius: 0px;
  margin-top: -1.5%;
  padding: 5.6px;
  margin-bottom: 0px; }
  #breadcrumb:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 43px solid #fff;
    border-right: 43px solid transparent;
    left: 16ppx;
    top: -4%;
    left: 0%; }
  #breadcrumb .list-inline {
    margin-bottom: 0px;
    margin-left: 11%; }
    #breadcrumb .list-inline a {
      text-decoration: none;
      color: #0f65ab; }

#newslist1 {
  background-color: #0e63a9; }

.newsevent {
  position: relative;
  margin-bottom: 5%;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease; }
  /*.newsevent:hover {*/
  /*  -moz-transform: scale(1.05);*/
  /*  -webkit-transform: scale(1.05);*/
  /*  transform: scale(1.05); }*/
  .newsevent .description {
    min-height: 189px;
    border: 1px rgba(0, 0, 0, 0.31) solid;
    /*border-right: 1px rgba(0, 0, 0, 0.31) solid;*/
    /*border-bottom: 1px rgba(0, 0, 0, 0.31) solid;*/
    padding: 2%; }
    .newsevent .description h4 {
      color: #003059;
      font-size: 15px;
      font-weight: 600;
      min-height: 40px;
      border-bottom: 1px rgba(0, 0, 0, 0.31) solid; }
    .newsevent .description p {
      font-size: 13.5px; }
  .newsevent .date {
    background-color: #ffca2b;
    position: absolute;
    display: inline-block;
    top: 0px; }
    .newsevent .date h4 {
      font-size: 32px;
      margin-bottom: 0px; }
    .newsevent .date p {
      background-color: #f28633;
      color: #fff;
      margin-bottom: 0px; }
  .newsevent .btn {
    padding: 2.3%;
    font-size: 14px; }

/* robocon css*/
#sg-carousel .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33); }

.homenews {
  background-color: #fff;
  border-right: 1px #003059 solid;
  border-bottom: 1px #003059 solid; }
  .homenews .latestnews1 {
    padding-left: 0px;
    height: 200px !important; }
    .homenews .latestnews1 li {
      margin-bottom: 3%;
      list-style: none;
      padding: 0% 4%;
      border-bottom: 1px solid gray; }
      .homenews .latestnews1 li span {
        color: #fd2a03; }
      .homenews .latestnews1 li .media {
        margin-top: 0px; }
  .homenews .newstitle h3 {
    background-color: #003059;
    margin-top: 0;
    color: #fff;
    padding: 5%;
    margin-bottom: 20px; }

.media-carousel {
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px; }
  .media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px; }
  .media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px; }
  .media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px; }
    .media-carousel .carousel-indicators li {
      background: #c0c0c0; }
    .media-carousel .carousel-indicators .active {
      background: #333333; }
  .media-carousel img {
    width: 250px;
    height: 100px; }

.counter1 {
  background-color: #0e63a9; }
  .counter1 .wrap {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .counter1 a {
    text-decoration: none;
    color: #1a1a1a; }
  .counter1 h4 {
    color: #fff;
    text-transform: uppercase; }
  .counter1 .countdown {
    width: 620px;
    margin: 0 auto; }
    @media screen and (max-width: 700px) {
      .counter1 .countdown {
        width: 100%; } }
    .counter1 .countdown .bloc-time {
      float: left;
      margin-right: 45px;
      text-align: center; }
      .counter1 .countdown .bloc-time:last-child {
        margin-right: 0; }
    .counter1 .countdown .count-title {
      display: block;
      margin-bottom: 15px;
      font: normal 0.94em "Lato";
      color: #fff;
      text-transform: uppercase; }
    .counter1 .countdown .figure {
      position: relative;
      float: left;
      height: 110px;
      width: 100px;
      margin-right: 10px;
      background-color: #fff;
      border-radius: 8px;
      -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
      -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08); }
      .counter1 .countdown .figure:last-child {
        margin-right: 0; }
      .counter1 .countdown .figure > span {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        font: normal 5.94em/107px "Lato";
        font-weight: 700;
        color: #0e63a9; }
      .counter1 .countdown .figure .top {
        z-index: 3;
        background-color: #f7f7f7;
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -moz-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
        -moz-transform: perspective(200px);
        -ms-transform: perspective(200px);
        -webkit-transform: perspective(200px);
        transform: perspective(200px);
        height: 50%;
        overflow: hidden;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        .counter1 .countdown .figure .top:after {
          content: "";
          position: absolute;
          z-index: -1;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .counter1 .countdown .figure .bottom-back {
        z-index: 2;
        top: 0;
        height: 50%;
        overflow: hidden;
        background-color: #f7f7f7;
        -moz-border-radius-topleft: 10px;
        -webkit-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px; }
        .counter1 .countdown .figure .bottom-back:after {
          content: "";
          position: absolute;
          z-index: -1;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .counter1 .countdown .figure .bottom-back span {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto; }
      .counter1 .countdown .figure .bottom {
        z-index: 1; }
        .counter1 .countdown .figure .bottom:before {
          content: "";
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          width: 100%;
          height: 50%;
          background-color: rgba(0, 0, 0, 0.02); }
      .counter1 .countdown .figure .top-back {
        height: 50%;
        overflow: hidden;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 4;
        bottom: 0;
        background-color: #fff;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -moz-transform: perspective(200px) rotateX(180deg);
        -ms-transform: perspective(200px) rotateX(180deg);
        -webkit-transform: perspective(200px) rotateX(180deg);
        transform: perspective(200px) rotateX(180deg);
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px; }
        .counter1 .countdown .figure .top-back span {
          position: absolute;
          top: -100%;
          left: 0;
          right: 0;
          margin: auto; }

.robocon2017 {
  position: relative; }
  .robocon2017:before {
    position: absolute;
    content: "";
    width: 39%;
    height: 19%;
    border-bottom: 521px #FF9800 solid;
    border-top: 3px solid transparent;
    border-right: 354px solid transparent;
    top: auto;
    bottom: -530px; }

.paddingall {
  padding: 1% 3% 1% 7%; }

.robocon-title {
  color: #fff; }

#form {
  border: 1px #ccc solid;
  padding: 3%;
  box-shadow: 0px 2px 4px #ccc; }
  #form .form-control {
    border-radius: 0px;
    background: #e8e3e3;
    border: none;
    box-shadow: none; }

.address {
  background: linear-gradient(#90440b, #521f00);
  background: -moz-linear-gradient(#90440b, #521f00);
  background: -webkit-linear-gradient(#90440b, #521f00);
  background: -o-linear-gradient(#90440b, #521f00);
  background: -ms-linear-gradient(#90440b, #521f00);
  padding: 3%;
  color: #fff;
  margin-top: 3%; }

.call-out {
  background-color: #eee;
  padding: 4%; }

.eff-4 {
  background: #0f65ab;
  color: #fff;
  min-height: 255px; }
  .eff-4 ul {
    padding-left: 0px; }
    .eff-4 ul li {
      list-style: none;
      padding-left: 0px;
      border-bottom: 1px #ccc dashed;
      padding: 2%; }
      .eff-4 ul li:last-child {
        border-bottom: none; }
  .eff-4 h4 {
    background-color: #f28633;
    padding: 3%; }
  .eff-4 .button1 {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2%;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    width: 65%;
    left: 17%; }

.btn-layout.eff-4:after {
  content: "";
  display: block;
  border-top: 0 #fff solid;
  border-bottom: 15px #b3b3b3 solid;
  border-left: 15px #fff solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: -1;
  overflow: hidden; }

.btn-layout.eff-4:hover:after {
  z-index: -1;
  border-left: 500px solid #fff;
  border-bottom: 500px solid transparent;
  overflow: hidden;
  background-color: #1d8ef7; }

.btn-layout.eff-4:hover {
  color: #1d8ef7;
  border-color: #1d8ef7;
  overflow: hidden;
  text-decoration: none; }

.btn-layout.eff-4:hover, .btn-layout.eff-4:after, .btn1 {
  -webkit-transition: 0.1s color ease;
  -moz-transition: 0.1s color ease;
  -o-transition: 0.1s color ease;
  -ms-transition: 0.1s color ease;
  transition: 0.1s color ease;
  color: #000; }

.btn-layout.eff-4:hover, .btn-layout.eff-4:after {
  -webkit-transition: 0.5s border ease;
  -moz-transition: 0.5s border ease;
  -o-transition: 0.5s border ease;
  -ms-transition: 0.5s border ease;
  transition: 0.5s border ease; }

.btn-layout.eff-4:after {
  overflow: hidden; }

.btn-layout.eff-4:before, .btn-layout.eff-4:hover:before, .btn-layout.eff-4:hover:after {
  -webkit-transition: 0.75s all ease;
  -moz-transition: 0.75s all ease;
  -o-transition: 0.75s all ease;
  -ms-transition: 0.75s all ease;
  transition: 0.75s all ease; }

.btn-layout, .bttn {
  display: inline-block;
  margin: 0 5px 0 0;
  height: auto;
  width: 100%;
  position: relative;
  opacity: 0.999;
  padding: 20px 37px;
  text-align: center;
  border-radius: 3px;
  /*border: 1px solid #b3b3b3;*/
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden; }

/* background color */
/* mixin */
/* padding */
/* add border  */
/* color */
/* font */
/*  bg images*/
.title-1 h3 {
  font-size: 24px;
  color: #003059;
  position: relative;
  border-bottom: 2px solid #003059;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px; }
  .title-1 h3:before {
    content: '';
    border: 1px solid #f28633;
    bottom: -2px;
    position: absolute;
    width: 35px; }

.sub-title {
  font-weight: 600; }

.paddingtb50 {
  padding: 50px 0px; }

.m-0 {
  margin: 0px; }

.p-0 {
  padding: 0px; }

.lh-2 {
  line-height: 2; }

.coloryellow {
  color: #f28633 !important; }

.colorred {
  color: #09af50; }

.block {
  min-height: 300px;
  padding: 20px 15px 0px;
  background-repeat: no-repeat;
  background-position: bottom center;
  transition: all .2s ease-in-out; }
  .block:hover {
    -moz-transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.16); }
  .block .button1 {
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    padding: 2%;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    width: 65%;
    left: 17%; }
  .block.block-1 {
    color: #fff;
    background-image: url(../img/robocon/Robot-Icon-5.png), linear-gradient(#003059, #003059); }
  .block.block-2 {
    background-image: url(../img/robocon/Robot-Icon-5.png), linear-gradient(#079d92, #079d92);
    color: #fff; }
  .block.block-3 {
    color: #fff;
    background-image: url(../img/robocon/Robot-Icon-5.png), linear-gradient(#f28633, #f28633); }
  .block.block-4 {
    background-image: url(../img/robocon/Robot-Icon-5.png), linear-gradient(#0f65ab, #0f65ab);
    color: #fff; }
  .block li {
    padding: 9px 0px; }
    .block li.h3 {
      margin: 0px; }

.gallery-robocon .img-gallery {
  position: relative;
  overflow: hidden; }
  .gallery-robocon .img-gallery .gallery-img-2 {
    position: relative; }
    .gallery-robocon .img-gallery .gallery-img-2 > img {
      width: 100%;
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
  .gallery-robocon .img-gallery:hover .gallery-img-2 > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  .gallery-robocon .img-gallery .hover-gallery {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 7px;
    left: 7px;
    width: 95%;
    height: 95%;
    padding-top: 40%; }

.oss {
  background: #d3f0fb;
  padding: 20px 0px; }

.bannner-news {
  position: absolute;
  top: 10px;
  padding-right: 10%;
  bottom: 0; }

.banner-section {
  position: relative; }

.widtd50 {
  width: 37%; }

div.pulse {
  /*-webkit-animation:glowing 1500ms infinite;-moz-animation:glowing 1500ms infinite;-o-animation:glowing 1500ms infinite;animation:glowing 1500ms infinite;*/
  color: #fff;
  padding: 3.6% 7%;
  padding-left: 26%;
  position: relative;
  text-align: center;
  background-color: #fb7400;
  font-size: 23px;
  text-decoration: none;
  min-height: 63px; }
  div.pulse i {
    position: absolute;
    left: 0;
    height: 63px;
    width: 63px;
    top: 0;
    padding-top: 9px;
    background: rgba(0, 0, 0, 0.6); }

@-webkit-keyframes glowing {
  0% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #121d31; }
  50% {
    background-color: #FF0000;
    -webkit-box-shadow: 0 0 40px #121d31; }
  100% {
    background-color: #B20000;
    -webkit-box-shadow: 0 0 3px #121d31; } }
@-moz-keyframes glowing {
  0% {
    background-color: #B20000;
    -moz-box-shadow: 0 0 3px #121d31; }
  50% {
    background-color: #FF0000;
    -moz-box-shadow: 0 0 40px #121d31; }
  100% {
    background-color: #B20000;
    -moz-box-shadow: 0 0 3px #121d31; } }
@-o-keyframes glowing {
  0% {
    background-color: #B20000;
    box-shadow: 0 0 3px #121d31; }
  50% {
    background-color: #FF0000;
    box-shadow: 0 0 40px #121d31; }
  100% {
    background-color: #B20000;
    box-shadow: 0 0 3px #121d31; } }
@keyframes glowing {
  0% {
    background-color: #B20000;
    box-shadow: 0 0 3px #121d31; }
  50% {
    background-color: #FF0000;
    box-shadow: 0 0 40px #121d31; }
  100% {
    background-color: #B20000;
    box-shadow: 0 0 3px #121d31; } }
.line-height {
  line-height: 2; }
.academics-list-items,.sub-title{
    font-weight:700;
}
/*# sourceMappingURL=main.css.map */


/*-- Social Icons --*/
@media screen and (max-width: 780px ) and (min-width:540px){
    
    .social-icons
    {
        float:left;
        background:transparent;
        margin-top:-10% !important;
        
    
        position:fixed;
        position: -webkit-sticky;
        z-index:999999;
    }
    
    .social-icons ul
    {
        list-style-type:none !important;
        line-height:0  !important;
        padding: 0px !important;
    }
    
    .social-icons ul li
    {
        list-style-type:none  !important;
        
    }
    
    .social-icons ul li a img
    {
        height:30px !important;
        width:30px !important;
    }
    
    .social-icons ul li a:hover img
    {
        height:35px !important;
        width:35px !important;
        
    }
    
    .logo-text
    {
        margin-top:6% !important;
    }
    
    .logo-text-1
    {
        font-size:12px  !important;
        font-weight:bold;
    }
    .logo-text-2
    {
        font-size:20px !important;
        font-weight:bold;
    }
    
    .admissionsOnlineForm
    {
        background:transparent;
        margin-top:5%;
         margin-bottom:5%;;
        overflow:hidden;
        background-color:#003059;
       
        /*transform: rotate(-90deg) !important;*/
       /*position:fixed;*/
        /*position: -webkit-sticky;*/
        
        color: #fff;
        border: none !important;
        font-size: 5px;
        border-radius: 10px;
        padding: 10px 10px;
        width:280px;
        
    }

}



@media screen and (max-width: 512px ) and (min-width:210px){

    .social-icons
    {
        float:left;
        background:transparent;
        margin-top:-10% !important;
        
    
        position:fixed;
        position: -webkit-sticky;
        z-index:999999;
    }
    
    .logo-text
    {
        margin-top:5% !important;
    }
    
    .logo-text-1
    {
        font-size:8px  !important;
     
    }
    .logo-text-2
    {
        font-size:15px !important;
     
    }
}




.social-icons
{
    float:left;
    background:transparent;
    margin-top:2%;
    

    position:fixed;
    /*position: -webkit-sticky;*/
    z-index:999999;
}

.social-icons ul
{
    list-style-type:none;
line-height:0;
    padding: 0px !important;
}

.social-icons ul li
{
    list-style-type:none;
    
}

.social-icons ul li a img
{
    height:35px;
    width:35px;
    
    -webkit-max-logical-height:35px;
    -webkit-max-logical-width:35px;
    
}

.social-icons ul li a:hover img
{
    height:40px;
    width:40px;
    -webkit-max-logical-height:40px;
    -webkit-max-logical-width:40px;
}

.list-inline li a
{
    text-decoration:none;
}

@media (min-width: 1200px){
.container2 {
    width: 1170px;
    }
}

@media (min-width: 992px)
{
    .container2 {
    width: 970px;
    }
}
@media (min-width: 768px)
{
.container2 {
    width: 750px;
    }
}
.container2 {
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    overflow:hidden;
}

.admissionsButtons
{
    float:right;
    background:transparent;
    margin-top:-2%;
    overflow:hidden;
   height:600px;
    right:11%;
    position:fixed;
    /*position: -webkit-sticky;*/
    z-index:999999;
    color: #fff;
    border: none !important;
    border-radius: 0px;
}

.admissionsEnquiry
{

    background:transparent;
    
    overflow:hidden;
    background-color:#003059;
   
    /*transform: rotate(-90deg) !important;*/
    /*position:fixed;*/
    /*position: -webkit-sticky;*/
   width:180px;
    color: #fff;
    border: none !important;
    font-size: 10px;
    border-radius: 10px;
    padding: 10px 10px;
}

.admissionsOnlineForm
{
    background:transparent;
    margin-top:10%;
     margin-bottom:10%;;
    overflow:hidden;
    background-color:#003059;
   
    /*transform: rotate(-90deg) !important;*/
   /*position:fixed;*/
    /*position: -webkit-sticky;*/
    
    color: #fff;
    border: none !important;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 10px;
    width:280px;
    
}

.header-top .container a
{
    text-decoration:none;
}

.logo-text
{
    font-family:'Trebuchet MS', Helvetica, sans-serif;
    color:#2c3376;
}

.logo-text-1
{
    font-size:30px;
    font-weight:bold;
}
.logo-text-2
{
    font-size:40px;
    font-weight:bold;
}
.logo-text-3
{
    font-size:20px;
    font-weight:bold;
}

/*
@media (max-width: 768px)
{
    .admissionsButtons
    {
        float:right;
        background:transparent;
        margin-top:-10%;
        overflow:hidden;
       height:600px;
        right:11%;
        position:fixed;
        /*position: -webkit-sticky;
        z-index:999999;
        color: #fff;
        border: none !important;
        border-radius: 0px;
    }
    
    .admissionsEnquiry
    {
    
        background:transparent;
        
        overflow:hidden;
        background-color:#003059;
       
        /*transform: rotate(-90deg) !important;*/
        /*position:fixed;*/
        /*position: -webkit-sticky;
       width:150px;
        color: #fff;
        border: none !important;
        font-size: 10px;
        border-radius: 10px;
        padding: 1% 1%;
    }
    
    .admissionsOnlineForm
    {
        background:transparent;
        margin-top:5%;
        overflow:hidden;
        background-color:#003059;
       
        /*transform: rotate(-90deg);*/
        /*position:fixed;*/
        /*position: -webkit-sticky;
        
        color: #fff;
        border: none !important;
        font-size: 10px;
        border-radius: 10px;
        padding: 1% 1%;
        width:150px;
    }
}*/